Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make parameters panel max height shorter for smaller screens #988

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

wintonzheng
Copy link
Contributor

@wintonzheng wintonzheng commented Oct 16, 2024

Important

Reduce ScrollAreaViewport max height in WorkflowParametersPanel.tsx for improved small screen display.

  • UI Adjustment:
    • In WorkflowParametersPanel.tsx, reduce ScrollAreaViewport max height from 600px to max-h-96 (384px) for better small screen display.

This description was created by Ellipsis for ebb8ca0. It will automatically update as commits are pushed.

…src/'

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Reduce `ScrollAreaViewport` max height in `WorkflowParametersPanel.tsx` for improved small screen display.
>
>   - **UI Adjustment**:
>     - In `WorkflowParametersPanel.tsx`, change `ScrollAreaViewport` max height from `600px` to `max-h-96` (384px) for better display on smaller screens.
>
> <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for 09a1216bad70de9b0b4b2bd7b79ebecdc8f59869. It will automatically update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Incremental review on ebb8ca0 in 8 seconds

More details
  • Looked at 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern-frontend/src/routes/workflows/editor/panels/WorkflowParametersPanel.tsx:110
  • Draft comment:
    The change from max-h-[600px] to max-h-96 is consistent with the PR description and should improve display on smaller screens.
  • Reason this comment was not posted:
    Confidence changes required: 0%
    The change from 600px to max-h-96 (384px) is consistent with the PR description and should improve display on smaller screens.

Workflow ID: wflow_xHxJokdSgEZc5U8N


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Reviewed everything up to ebb8ca0 in 11 seconds

More details
  • Looked at 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern-frontend/src/routes/workflows/editor/panels/WorkflowParametersPanel.tsx:110
  • Draft comment:
    The change from max-h-[600px] to max-h-96 is consistent with the PR description and should improve display on smaller screens. Ensure this change does not negatively impact usability on larger screens.
  • Reason this comment was not posted:
    Confidence changes required: 20%
    The change from max-h-[600px] to max-h-96 is consistent with the PR description and should improve display on smaller screens.

Workflow ID: wflow_Uobo6jHbPcyY9p4U


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@msalihaltun msalihaltun merged commit a988fe9 into main Oct 16, 2024
2 checks passed
@msalihaltun msalihaltun deleted the salih/make-parameters-max-height-shorter branch October 16, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants